Skip to main content

tsNetSetDebugCallback

Type

command

Summary

Sends a message to the given callback with verbose debug information during network transfers.

Syntax

tsNetSetDebugCallback <pCallback>

Description

Sends a message to the given callback with verbose debug information during network transfers.

Parameters

NameTypeDescription

pCallback

Specify a callback message to be sent to the current card for network transfers. Set this to empty to disable debug callback messages. The message will be sent with two parameters: the identifier for the transfer and the debug message.

Examples

tsNetSetDebugCallback "debugCallback"
tsNetSetDebugCallback ""

library: tsNet

Compatibility and Support

Introduced

LiveCode 8.1

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?